home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / cdrom / cdlock.zip / LOCK-CD.DOC < prev    next >
Text File  |  1989-07-18  |  6KB  |  140 lines

  1.                   Tomcat Softworks, Lynwood, Ca
  2.                        Contact: 71777,2564
  3.                                 
  4.                       Romlock Documentation
  5.                          Date:  09Jul89
  6.  
  7. Lock and unlock software requires:
  8.  
  9. Hitachi CD-ROM drive:  CDR1503S, CDR3500 or CDR3600
  10.                  (or 100% Hitachi compatible similar model)
  11.  
  12. Hitachi PC  bus interface card:  CDIFI3, CDIFI4, CDIFI4A, CDIF35A
  13.                      CDIF25A, CDIF25A2
  14.  
  15. IBM Compatible PC, XT, AT or PS/2 25 or 30 class computer.
  16.  
  17. One to four drives at: 300, 200, 220, 320, 340 or 360 base
  18. address
  19.  
  20. An application which does not reset the CD-ROM drive when it
  21. starts.
  22.  
  23. Applications which use Microsoft Extensions generally will not
  24. reset the drive after the MSCDEX.EXE is executed.
  25.  
  26. These files send a software lock command to all four drives (0-3)
  27. at the address (LOCKxxx), and then exit to DOS:
  28.  
  29. LOCK300.EXE  LOCK200.EXE  LOCK220.EXE LOCK320.EXE  LOCK340.EXE
  30. LOCK360.EXE
  31.  
  32. Select the file which matches the base address of your interface
  33. card.  Copy the file from the distribution disk.  Rename it as
  34. needed.
  35. For example  LOCK.EXE
  36.  
  37. Power on your CD-ROM drive, insert the disc, and execute the lock
  38. file by entering its name. (ie:  LOCK )   Test the operation by
  39. pressing the Eject button (CDR3500/3600) or Open/Close button
  40. (CDR1503S).  If the drive is locked, select the similar unlock
  41. file, and execute it to verify unlock operation.
  42.  
  43. If lock did not work, the program address may not match the card
  44. address.  You can determine the Port address in use on your
  45. CD-ROM drive system by inspecting the file named CONFIG.SYS in
  46. the root directory of your boot drive.  Change to the root
  47. directory on your system, and enter:
  48.  
  49.                          TYPE CONFIG.SYS
  50.  
  51. There will generally be at least the following lines:
  52. FILES=20
  53. BUFFERS=20
  54. LASTDRIVE=Z
  55. DEVICE=C:\DEV\HITACHIA.SYS /D:MSCD000 /N:1 /P:360
  56.  
  57. The number which follows the /P: is the Port address.  If there
  58. is no /P:, then the address used is 300.  In the example line
  59. above, 360 is the port address in use.
  60.  
  61. If you want to automatically lock the drive when booting, add the
  62. name of the lock file to the AUTOEXEC.BAT immediately after the
  63. line containing the MSCDEX.EXE line.  The MSCDEX.EXE line should
  64. be the first line, and LOCK.EXE should be on the second line for
  65. maximum protection.
  66.  
  67. These files send a software unlock command to all four drives at
  68. the address:
  69.  
  70. KCOL300.EXE  KCOL200.EXE  KCOL220.EXE  KCOL320.EXE  KCOL340.EXE 
  71. KCOL360.EXE
  72.  
  73. Kcol is lock spelled in reverse order.  Select the unlock file
  74. which matches the base address used on the interface card and
  75. lock file.  Copy it and rename it as needed.  If used on a system
  76. available to the public, put it in some subdirectory to hide it,
  77. or name it something you can remenber.  Otherwise, name it
  78. UNLOCK.EXE.
  79.  
  80. The files should maintain the .EXE extension to operate.
  81.  
  82. Remember:  Software lock is cleared if the drive power is turned
  83. OFF, and back ON, or by software reset or computer reset.  Even
  84. if the LOCK command is executed in the AUTOEXEC.BAT file, there
  85. will be a period of time where the disc is unprotected, and the
  86. drive Eject or Open/Close switch will operate.
  87.  
  88. Some software will reset the drive when the application first
  89. starts, and audio player software which uses Lock or has a Reset
  90. function, will clear the software lock.  If an application
  91. program recovers from a drive or program error by resetting the
  92. drive or computer, that may clear the lock mode.
  93.  
  94. Software lock is provided on the drive for applications to use so
  95. the application doesn't have to keep checking to see if the disc
  96. has been changed by the user.
  97.  
  98. My locking program takes advantage of the feature to minimize
  99. disc losses and program errors caused by attempting to read a
  100. disc which was ejected by someone during trade shows and other
  101. demos.
  102.  
  103. The locking and unlocking files are Freeware and may be copied
  104. for use as needed.  As Freeware, the programs may not be sold. 
  105. Any duplication fees for a floppy disk containing these programs
  106. may not exceed the fee currently charged by PC-SIG for a similar
  107. disk.  I would appreciate notification if you distribute these
  108. programs for a fee or if they become part of any CD-ROM disc. 
  109. The programs are user written software and are not approved or
  110. supported by any Hitachi company or division.  You willingly
  111. accept any and all risks involved in their use (or your inability
  112. to use the programs), including any CD-ROM discs stolen by users
  113. while the program is in use.
  114.  
  115. Be sure to use only the file which matches the address of your
  116. interface card.  This will avoid problems caused by the program
  117. "talking" to something other than the Hitachi drive.
  118.  
  119. The programs were created using Quick C.  Unlike my Forth locking
  120. software, these programs do not check lock status, or make any
  121. report that anything has happened when run.  You simply return to
  122. the DOS prompt when the program finishes or times out.  If the
  123. lock program is used with the tray open or no cartridge
  124. installed, and the power is on, the disc will gemerally be locked
  125. when it is inserted.
  126.  
  127. The programs are hardware direct.  Only the PC bus interface
  128. cards combined with the Hitachi CD-ROM bus drives are supported. 
  129. These hardware direct programs are smaller than a similar
  130. extensions based program.  Very fast computers may overrun the
  131. timeout loops, or the lock/unlock command may not operate, or
  132. only sometimes work.
  133.  
  134. The locking software is based on my hardware direct audio CD
  135. player software, "Forthplay" created with F83 Forth, and
  136. "Romplay" in Gwbasic.
  137.  
  138. This Freeware is dedicated to all the other people who create
  139. free software for any computer system.   Thanks...  Roscoe
  140.